SixBit API Schema
ConditionDescriptionType Simple Type
Description
The eBay condition description of the item.
Namespace (none)
Type
Restriction of xs:string
Diagram
ConditionDescriptionType Simple Type
Overview
ConditionDescriptionType Restriction of xs:string
The eBay condition description of the item.
Facets
MaxLength1000
MinLength0
Source
<xs:simpleType name="ConditionDescriptionType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The eBay condition description of the item.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="1000" />
    <xs:minLength value="0" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.